From: Matthias Clasen Date: Mon, 6 Jan 2020 05:29:17 +0000 (-0500) Subject: Remove an unused signal X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~354^2~98 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=96c77b61c1fb95a1a574bd54e4e3e44192fbbe36;p=gtk4.git Remove an unused signal --- diff --git a/gtk/gtkdragdest.c b/gtk/gtkdragdest.c index 7767516a83..ce57dd93ec 100644 --- a/gtk/gtkdragdest.c +++ b/gtk/gtkdragdest.c @@ -83,7 +83,6 @@ enum { DRAG_LEAVE, DRAG_MOTION, DRAG_DROP, - DRAG_DATA_RECEIVED, NUM_SIGNALS };